|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.texteditor.ExtendedTextEditorPreferenceConstants
Preference constants used in the extended text editor preference store.
Field Summary | |
static String |
EDITOR_CURRENT_LINE
A named preference that controls whether the current line highlighting is turned on or off (value "currentLine" ). |
static String |
EDITOR_CURRENT_LINE_COLOR
A named preference that holds the color used to highlight the current line (value "currentLineColor" ). |
static String |
EDITOR_LINE_NUMBER_RULER
A named preference that controls if the line number ruler is shown in the UI (value "lineNumberRuler" ). |
static String |
EDITOR_LINE_NUMBER_RULER_COLOR
A named preference that holds the color used to render line numbers inside the line number ruler (value "lineNumberColor" ). |
static String |
EDITOR_OVERVIEW_RULER
A named preference that controls if the overview ruler is shown in the UI (value "overviewRuler" ). |
static String |
EDITOR_PRINT_MARGIN
A named preference that controls whether the print margin is turned on or off (value "printMargin" ). |
static String |
EDITOR_PRINT_MARGIN_COLOR
A named preference that holds the color used to render the print margin (value "printMarginColor" ). |
static String |
EDITOR_PRINT_MARGIN_COLUMN
Print margin column (value "printMarginColumn" ). |
static String |
EDITOR_UNKNOWN_INDICATION
Deprecated. as of 3.0 there are no UNKNOWN annotations any more |
static String |
EDITOR_UNKNOWN_INDICATION_COLOR
Deprecated. as of 3.0 there are no UNKNOWN annotations any more |
static String |
EDITOR_UNKNOWN_INDICATION_IN_OVERVIEW_RULER
Deprecated. as of 3.0 there are no UNKNOWN annotations any more |
static String |
QUICK_DIFF_ALWAYS_ON
A named preference that controls whether quick diff colors are shown on the line number bar. |
static String |
QUICK_DIFF_CHARACTER_MODE
A named preference that controls the default quick diff reference provider. |
static String |
QUICK_DIFF_DEFAULT_PROVIDER
A named preference that controls the default quick diff reference provider. |
Method Summary | |
static void |
initializeDefaultValues(IPreferenceStore store)
Initializes the given preference store with the default values. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String EDITOR_CURRENT_LINE
"currentLine"
).
The preference value is of type Boolean
.
public static final String EDITOR_CURRENT_LINE_COLOR
"currentLineColor"
).
The preference value is of type String
. A RGB color value encoded as a string
using class PreferenceConverter
.
StringConverter
,
PreferenceConverter
,
Constant Field Valuespublic static final String EDITOR_PRINT_MARGIN
"printMargin"
).
The preference value is of type Boolean
.
public static final String EDITOR_PRINT_MARGIN_COLOR
"printMarginColor"
).
The preference value is of type String
. A RGB color value encoded as a string
using class PreferenceConverter
.
StringConverter
,
PreferenceConverter
,
Constant Field Valuespublic static final String EDITOR_PRINT_MARGIN_COLUMN
"printMarginColumn"
).
The preference value is of type int
.
public static final String EDITOR_UNKNOWN_INDICATION
"othersIndication"
).
The preference value is of type Boolean
.
public static final String EDITOR_UNKNOWN_INDICATION_COLOR
"othersIndicationColor"
).
The preference value is of type String
. A RGB color value encoded as a string
using class PreferenceConverter
.
EDITOR_UNKNOWN_INDICATION
,
StringConverter
,
PreferenceConverter
,
Constant Field Valuespublic static final String EDITOR_UNKNOWN_INDICATION_IN_OVERVIEW_RULER
"othersIndicationInOverviewRuler"
).
The preference value is of type Boolean
.
public static final String EDITOR_OVERVIEW_RULER
"overviewRuler"
).
The preference value is of type Boolean
.
public static final String EDITOR_LINE_NUMBER_RULER
"lineNumberRuler"
).
The preference value is of type Boolean
.
public static final String EDITOR_LINE_NUMBER_RULER_COLOR
"lineNumberColor"
).
The preference value is of type String
. A RGB color value encoded as a string
using class PreferenceConverter
.
StringConverter
,
PreferenceConverter
,
EDITOR_LINE_NUMBER_RULER
,
Constant Field Valuespublic static final String QUICK_DIFF_ALWAYS_ON
Value is of type boolean
.
public static final String QUICK_DIFF_DEFAULT_PROVIDER
Value is of type String
.
public static final String QUICK_DIFF_CHARACTER_MODE
Value is of type String
.
Method Detail |
public static void initializeDefaultValues(IPreferenceStore store)
store
- the preference store to be initialized
|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |